home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-07-18 | 989 b | 51 lines | [TEXT/MPCC] |
- /*----------------------------------------------------------------------------
-
- This note describes how NewsWatcher's source code is organized.
-
- def.h
-
- Reusable constant and type definitions.
-
- glob.h and glob.c
-
- Global non-reusable constant, type, and variable definitions.
-
- newswatcher.c
-
- The main program, main event loop, high level event handlers,
- initialization, and termination code.
-
- article.c
- dialog.c
- dummy.c
- message.c
- group.c
- status.c
- subject.c
- text.c
-
- Window handling modules. The high level event handlers
- in newswatcher.c dispatch events to these modules.
-
- about.c through wind.c
-
- Middle level modules.
-
- ftp.c
- nntp.c
- smtp.c
- net.c
-
- Reusable low-level TCP/IP modules. The net.c module is the
- only one which talks directly to the MacTCP driver.
-
- dnr.c
-
- Apple's MacTCP DNR glue.
-
- apputil.c through windutil.c
-
- Reusable utility modules.
-
- ----------------------------------------------------------------------------*/
-